home *** CD-ROM | disk | FTP | other *** search
/ mail.altrad.com / 2015.02.mail.altrad.com.tar / mail.altrad.com / TEST / office deutch / PROPLUS.WW / PROPLSWW.CAB / MSORES.DLL / UIFILE / 2580 < prev    next >
Text File  |  2006-10-26  |  694b  |  25 lines

  1. <!--
  2.     Scratch.ribbonx
  3.  
  4.     Owner: AlexMog
  5.     Copyright (c) Microsoft Corporation. All rights reserved.
  6.  
  7.     Content of the ribbon in "start from scratch" mode.
  8.     This customization file is applied to the ribbon after visible=false is set on 
  9.     all content. 
  10. -->
  11.  
  12. <!-- TODO:alexmog: xmlns="http://schemas.microsoft.com/office/2006/customui" -->
  13. <customUI xmlns="http://schemas.microsoft.com/office/2006/01/customui">
  14.     <ribbon>
  15.         <officeMenu>
  16.             <control idMso="FileNew" visible="true"/>
  17.             <control idMso="FileOpen" visible="true"/>
  18.             <control idMso="FileSave" visible="true"/>
  19.         </officeMenu>
  20.         <tabs>
  21.             <tab idMso="TabAddIns" visible="false"/>
  22.         </tabs>
  23.     </ribbon>
  24. </customUI>
  25.